STEP 8: Let's create another variable! It will control the size of our stars.
- Click LOGIC, then and drag out Integer Variable. Drop it on the line right below star_points.
- Change the variable name to star_size.
- Change the value of star_size to 50.
The variable star_size is an integer variable because it stores a integer number.
To navigate the page using the TAB key, first press ESC to exit the code editor.